RoutedEventArgs

TheArtOfDev.HtmlRenderer.WPF

HTML Renderer routed event arguments containing event data.

Наследует: RoutedEventArgs

Конструкторы

RoutedEventArgs(RoutedEvent, T)

Initializes a new instance of the RoutedEventArgs class.

routedEvent
data
RoutedEventArgs(RoutedEvent, object, T)

Initializes a new instance of the RoutedEventArgs class.

routedEvent
source
data

Свойства

Data : T

the argument data of the routed event

Методы

ToString() : string

Returns a string that represents the current object.

Поля

_data : T

the argument data of the routed event